I tested using 3 StorageGRID 5612 and 2 SG100. I want to use a UPS to safely shut down StorageGRID from a Linux server in the event of a power outage. (Log in via ssh and run a command) Then, when power is restored, I want to check whether it will start automatically without going to the machine room. To achieve this, I used sshpass to execute a command remotely from the Linux server, and was able to shut it down successfully. Command execution example: ■Stop the StorageGRID (gateway node) service from a Linux machine via ssh connection. sshpass -p bycast ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null admin@192.168.0.88 "echo bycast | sudo -S service servermanager stop“ ■Shut down StorageGRID (gateway node) from a Linux machine via ssh connection. sshpass -p bycast ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null admin@192.168.0.88 "echo bycast | sudo -S shutdown –h now“ I confirmed the shutdown using the above method and removed the power cable. Then I plugged the power cable back in. As for the two SG100s, one started up automatically when I connected the power cable, but the other did not start up. Which is the correct behavior? Also, is there a setting to start it up automatically? (Is there something that can be set from the BIOS or management GUI?) By the way, the storage node (SG5612) started up automatically when the power cable was connected, and it seemed that there was no need to operate the power switch OFF/ON in the machine room. My desired goal is to have both SG100s set up to start up automatically when power is restored. thank you.
... View more
Hi,All I would like to stop StorageGRID from the UPS using a script. Is this possible? Are there sample scripts for both Linux and Windows servers? Regards,
... View more
Dear community, I would like to set up a platform service endpoint in StorageGRID (11.8.0.8) for the first time. Unfortunately, I always get the error message: "Validation failed. Please check the Values you entered for errors. Endpoint test failed. Please check Your configuration Failed DNS Iookup for IPs of host "test71.domain.de" " However, I think the host is defined correctly and also resolves correctly when NSLookup is called via the CLI of the primary Admin Node: root@SG100-01:~ # nslookup test71.domain.de Server: 10.0.10.10 Address: 10.0.10.10#53 Name: test71.domain.de Address: 172.18.xxx.xxx root@SG100-01:~ # Does anyone have any ideas? Best regards Michael
... View more
Any downsides for using this ARN in a bucket policy when want to allow/deny specific action on the bucket and all items in it? Understand that on a group policy this would apply to all buckets, but for a bucket policy that is only supposed to apply to the bucket itself. "Resource": "arn:aws:s3:::*"
... View more